home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 4 / Light ROM 4 - Disc 1.iso / text / maillist / 1996 / 020896.doc / text0488.txt < prev    next >
Encoding:
Text File  |  1995-12-15  |  2.4 KB  |  54 lines

  1. >The original plan was to render pictures out
  2. >onto an external, and hook the external onto an Amiga w/
  3. >frame-by-frame-recorder, and use CrossDOS to go between the two...but when
  4. >we try to load the images, but for some reason the Amiga thinks there's
  5. >nothing on the disk.......It was a serious lack of foresight on our part not
  6. >to actually make sure this would work. 
  7.  
  8. >Nori Yoshida    |  MUAHAHAHAHAHAHhahaheheohohoho haha ha.....ah, well
  9. >yoshid19@mo.net    |  never mind..........
  10. >----------------|        
  11. >
  12.  
  13. What you're describing SHOULD work, but there are a couple of reasons why it
  14. might not.
  15.  
  16. 1) There are two ways the Raptor can format a hard drive: either NTFS or
  17. FAT. "NTFS" stands for NT File System, and it can't be read by regular DOS
  18. or Windows. This also means it can't be read by Cross Dos. The external
  19. drive must be FAT formatted, which is what DOS uses. The regular 8-character
  20. limit applies. You have to specifically tell NT that you want to format a
  21. drive as FAT. 
  22.  
  23.    1a) First run Disk Administrator so that NT is aware of the external drive.
  24.  
  25.    2a) Then click on the MS-DOS Command Prompt icon in the Main window. In
  26. this text
  27.    window you will type the format commads. Assuming the drive is named
  28. "F:", you would         type: FORMAT F: /FS:FAT. Now wait a few minutes.
  29. (For a complete list of Format
  30.    commands, type HELP FORMAT.)
  31.  
  32. 2) The last time I checked, Cross Dos required a special script for each
  33. size PC drive you connect. These are text files that can be created by
  34. changing a few numbers in an exisitng script included with Cross Dos. If you
  35. know all about the above steps already, this may very well be your problem.
  36. You're going to have to create that script and I can't tell you how, but it
  37. is possible and I've seen it done. Get in touch with a someone at a
  38. dealership who can help you.
  39.  
  40. I hook PC SyQuests up to my A3000 all the time, because long ago a friend
  41. helped me write a mountlist script for them. It can be done, so perservere.
  42. You could also try networking through the parallel ports, which is pretty
  43. cheap, or ethernet. But parport networking is dog-slow, and ethernet will
  44. set you back a few hundred bucks. The disk-swap method is physically clumsy
  45. but at least costs nothing.
  46.  
  47.  
  48.    ************************************************
  49.    * Andy Hofman       |    LumaQuest Productions *            
  50.    * andyh@erinet.com  |             3D Animation *
  51.    * 513-643-7333      |  Dual Raptor 3 Rendering *
  52.    ************************************************ 
  53.  
  54.